Northwoods.GoWPF 2.2.4 Assembly
RemoveNode Method (GraphModel<NodeType,NodeKey>)

Remove a node data from NodesSource.
Syntax
Public Sub RemoveNode( _
   ByVal nodedata As NodeType _
) 
public void RemoveNode( 
   NodeType nodedata
)

Parameters

nodedata
Remarks
This also removes any links connected to this node. This just calls DeleteNode to actually perform the removal. This is an error if Modifiable is false.
Requirements
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback